home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / h / chan.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-02-01  |  595 b   |  13 lines

  1. /*  definitions for channel programs */
  2.  
  3. /*  the following are used to indicate the state condition of a
  4.  *  channel program.  this may be passed to qu_fakrply() to keep
  5.  *  Deliver happy if the foreign site goes away.
  6.  */
  7.  
  8. #define SND_ABORT   0             /* terminate on error                 */
  9. #define SND_RINIT   1             /* goto qu_rinit                     */
  10. #define SND_RDADR   2             /* goto qu_radr                      */
  11. #define SND_ARPLY   3             /* goto qu_wrply, for address        */
  12. #define SND_TRPLY   4             /* goto qu_wrply, for msg text       */
  13.